﻿2026-07-29T13:26:34.7051455Z ##[group]Run actions/checkout@v5
2026-07-29T13:26:34.7051934Z with:
2026-07-29T13:26:34.7052278Z   repository: BigscreenVR/spt-bs-core
2026-07-29T13:26:34.7055538Z   token: ***
2026-07-29T13:26:34.7055871Z   ssh-strict: true
2026-07-29T13:26:34.7056214Z   ssh-user: git
2026-07-29T13:26:34.7056553Z   persist-credentials: true
2026-07-29T13:26:34.7056932Z   clean: true
2026-07-29T13:26:34.7057279Z   sparse-checkout-cone-mode: true
2026-07-29T13:26:34.7057681Z   fetch-depth: 1
2026-07-29T13:26:34.7058015Z   fetch-tags: false
2026-07-29T13:26:34.7058363Z   show-progress: true
2026-07-29T13:26:34.7058697Z   lfs: false
2026-07-29T13:26:34.7059115Z   submodules: false
2026-07-29T13:26:34.7059453Z   set-safe-directory: true
2026-07-29T13:26:34.7059850Z   allow-unsafe-pr-checkout: false
2026-07-29T13:26:34.7060238Z env:
2026-07-29T13:26:34.7060558Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-29T13:26:34.7061038Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-29T13:26:34.7061443Z ##[endgroup]
2026-07-29T13:26:34.7882512Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T13:26:34.7884115Z ##[group]Getting Git version info
2026-07-29T13:26:34.7884849Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T13:26:34.7885725Z [command]/usr/bin/git version
2026-07-29T13:26:34.7886153Z git version 2.43.0
2026-07-29T13:26:34.7900793Z ##[endgroup]
2026-07-29T13:26:34.7912437Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/db54d913-b043-4dff-9b40-0781f21edb1d' before making global git config changes
2026-07-29T13:26:34.7913576Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T13:26:34.7915915Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T13:26:34.7948719Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T13:26:34.7969083Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:26:34.7980138Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T13:26:34.7982629Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T13:26:34.8001201Z HEAD
2026-07-29T13:26:34.8037599Z ##[endgroup]
2026-07-29T13:26:34.8039688Z [command]/usr/bin/git submodule status
2026-07-29T13:26:34.8239550Z ##[group]Cleaning the repository
2026-07-29T13:26:34.8241537Z [command]/usr/bin/git clean -ffdx
2026-07-29T13:26:35.6594497Z Removing target/
2026-07-29T13:26:35.6604202Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T13:26:35.6664243Z HEAD is now at d8d8f0e4 Merge 7f572d6df4064daa49f6c2640b4f882f7a317e6f into ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T13:26:35.6669825Z ##[endgroup]
2026-07-29T13:26:35.6671121Z ##[group]Disabling automatic garbage collection
2026-07-29T13:26:35.6674100Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T13:26:35.6703478Z ##[endgroup]
2026-07-29T13:26:35.6705002Z ##[group]Setting up auth
2026-07-29T13:26:35.6706204Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T13:26:35.6730777Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T13:26:35.6959051Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T13:26:35.6986753Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T13:26:35.7171498Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T13:26:35.7199800Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T13:26:35.7400120Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T13:26:35.7430747Z ##[endgroup]
2026-07-29T13:26:35.7432095Z ##[group]Fetching the repository
2026-07-29T13:26:35.7439469Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d8d8f0e4128aeecd03b8087a2f135e8b05d31929:refs/remotes/pull/123/merge
2026-07-29T13:26:36.1518578Z ##[endgroup]
2026-07-29T13:26:36.1519453Z ##[group]Determining the checkout info
2026-07-29T13:26:36.1519914Z ##[endgroup]
2026-07-29T13:26:36.1529604Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T13:26:36.1605192Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T13:26:36.1630613Z ##[group]Checking out the ref
2026-07-29T13:26:36.1631100Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/123/merge
2026-07-29T13:26:36.1676937Z HEAD is now at d8d8f0e4 Merge 7f572d6df4064daa49f6c2640b4f882f7a317e6f into ecbf582622e2b3e2af6bb5a403ac5b2017ff864c
2026-07-29T13:26:36.1680542Z ##[endgroup]
2026-07-29T13:26:36.1712920Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T13:26:36.1733657Z d8d8f0e4128aeecd03b8087a2f135e8b05d31929
